BaseForm.vb comparision.html
Produced: 11/25/2008 2:01:11 PM
   
Mode:  All Lines  
   
Left file: C:\MySource\VB8\Third-Party\StrataFrame\MicroFour StrataFrame UI\winforms\standardform.designer.vb  
Right file: C:\MySource\VB8\Third-Party\StrataFrame\MicroFour StrataFrame UI\winforms\StandardForm_wDXRibbon.Designer.vb  
1 '============================================================================================ = 1 '============================================================================================
2 ' ? Copyright, 2005-2008 MicroFour, Inc., All rights reserved.   2 ' ? Copyright, 2005-2008 MicroFour, Inc., All rights reserved.
3 '   3 '
4 ' This software and its associated documentation contain valuable trade secrets   4 ' This software and its associated documentation contain valuable trade secrets
5 ' and proprietary information belonging to MicroFour, Inc.  None of the software   5 ' and proprietary information belonging to MicroFour, Inc.  None of the software
6 ' or its associated documentation may be stored in a retrieval system, copied,   6 ' or its associated documentation may be stored in a retrieval system, copied,
7 ' transmitted, distributed, transcribed or reproduced in any other way or disclosed   7 ' transmitted, distributed, transcribed or reproduced in any other way or disclosed
8 ' to any third parties without the express written permission of MicroFour, Inc.    8 ' to any third parties without the express written permission of MicroFour, Inc. 
9 '   9 '
10 ' UNDER NO CIRCUMSTANCES SHALL MICROFOUR, INC. BE LIABLE FOR INCIDENTAL, SPECIAL,   10 ' UNDER NO CIRCUMSTANCES SHALL MICROFOUR, INC. BE LIABLE FOR INCIDENTAL, SPECIAL,
11 ' INDIRECT, DIRECT OR CONSEQUENTIAL DAMAGES OR LOSS OF PROFITS, INTERRUPTION OF   11 ' INDIRECT, DIRECT OR CONSEQUENTIAL DAMAGES OR LOSS OF PROFITS, INTERRUPTION OF
12 ' BUSINESS, OR RELATED EXPENSES WHICH MAY ARISE FROM THE USE OF SOFTWARE OR DOCUMENTATION,   12 ' BUSINESS, OR RELATED EXPENSES WHICH MAY ARISE FROM THE USE OF SOFTWARE OR DOCUMENTATION,
13 ' INCLUDING BUT NOT LIMITED TO THOSE RESULTING FROM DEFECTS IN SOFTWARE AND/OR DOCUMENTATION,   13 ' INCLUDING BUT NOT LIMITED TO THOSE RESULTING FROM DEFECTS IN SOFTWARE AND/OR DOCUMENTATION,
14 ' OR LOSS OR INACCURACY OF DATA OF ANY KIND.   14 ' OR LOSS OR INACCURACY OF DATA OF ANY KIND.
15 '--------------------------------------------------------------------------------------------   15 '--------------------------------------------------------------------------------------------
16 ' ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS OF THE COPYRIGHT NOTICE   16 ' ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS OF THE COPYRIGHT NOTICE
17 '--------------------------------------------------------------------------------------------   17 '--------------------------------------------------------------------------------------------
18 ' DO NOT REMOVE THIS DISCLAIMER   18 ' DO NOT REMOVE THIS DISCLAIMER
19 '============================================================================================   19 '============================================================================================
20     20  
21 Namespace UI.Windows.Forms   21 Namespace UI.Windows.Forms
22     Partial Public Class StandardForm <> 22     Partial Public Class StandardForm_wDXRibbon
23         Inherits BaseForm   23         Inherits BaseForm_wDXRibbon
24   = 24  
25         <System.Diagnostics.DebuggerNonUserCode()> _   25         <System.Diagnostics.DebuggerNonUserCode()> _
26         Public Sub New()   26         Public Sub New()
27             MyBase.New()   27             MyBase.New()
28     28  
29             'This call is required by the Windows Form Designer.   29             'This call is required by the Windows Form Designer.
30             InitializeComponent()   30             InitializeComponent()
31     31  
32         End Sub   32         End Sub
33     33  
34         'Form overrides dispose to clean up the component list.   34         'Form overrides dispose to clean up the component list.
35         <System.Diagnostics.DebuggerNonUserCode()> _   35         <System.Diagnostics.DebuggerNonUserCode()> _
36         Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)   36         Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
37             If disposing AndAlso components IsNot Nothing Then   37             If disposing AndAlso components IsNot Nothing Then
38                 components.Dispose()   38                 components.Dispose()
39             End If   39             End If
40             MyBase.Dispose(disposing)   40             MyBase.Dispose(disposing)
41         End Sub   41         End Sub
42     42  
43         'Required by the Windows Form Designer   43         'Required by the Windows Form Designer
44         Private components As System.ComponentModel.IContainer   44         Private components As System.ComponentModel.IContainer
45     45  
46         'NOTE: The following procedure is required by the Windows Form Designer   46         'NOTE: The following procedure is required by the Windows Form Designer
47         'It can be modified using the Windows Form Designer.    47         'It can be modified using the Windows Form Designer. 
48         'Do not modify it using the code editor.   48         'Do not modify it using the code editor.
49         <System.Diagnostics.DebuggerStepThrough()> _   49         <System.Diagnostics.DebuggerStepThrough()> _
50         Private Sub InitializeComponent()   50         Private Sub InitializeComponent()
51             Me.SuspendLayout()   51             Me.SuspendLayout()
52             '   52             '
53             'StandardForm   53             'StandardForm
54             '   54             '
55             Me.Name = "StandardForm"   55             Me.Name = "StandardForm"
56             Me.Text = "StandardForm"   56             Me.Text = "StandardForm"
57             Me.ResumeLayout(False)   57             Me.ResumeLayout(False)
58     58  
59         End Sub   59         End Sub
60     End Class   60     End Class
61 End Namespace   61 End Namespace